From 4caf8a030da971b03d4cf8976ccb24d177643683 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 23 Feb 2003 01:22:51 +0000 Subject: [PATCH] last_rx_csum is unsigned. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@294 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/magproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/magproto.c b/gpsbabel/magproto.c index 4d06e9eaf..5bc44b054 100644 --- a/gpsbabel/magproto.c +++ b/gpsbabel/magproto.c @@ -72,7 +72,7 @@ static FILE *magfile_out; static int magfd; static mag_rxstate magrxstate; static int mag_error; -static int last_rx_csum; +static unsigned int last_rx_csum; static int found_done; static int got_version; static int is_file = 0; -- 2.30.2